.button-orange a{
	display: block;
	color: #ff6633;
	border-radius: 6px;
	border: 1px solid #ff6633;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.button, .roundbutton{
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align: center;
}
.button a{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-radius: 5px;
	font-size:16px;
}
.roundbutton a{
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	border-radius: 5px;
}

.button-red{
	background-color: #f0483e;
	color: #FFFFFF;
}
.button-red:hover{
color:#FFFFFF;
font-weight:bold;
}
.button-whitered{
	color:#f0483e;
	border-color:#f0483e;
}
.button-whitered:hover{
	color:#ffffff;
	background-color:#f0483e;
}
.button .button-org{
	border-radius: 6px;
	border: 1px solid #ff6633;
	color:#ff6633;
}
.button-orange{
	height: 50px;
	display: block;
	line-height: 40px;
	font-size: 18px;
}
.button-orange a:hover {
	background-color: #ff6633;
	color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #ff6633;
}
.button-blue{
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 20px;
	width: 150px;
	margin-top: 50px;
}
.button-blue a{
	display: block;
	color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ffffff;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.button-blue a:hover {
	color: #5E919F;
	border-radius: 6px;
	background-color: #FFFFFF;
}
.btn-greenx {
  background: #76d17f;
}
.btn-greenx:hover {
  background: #41b34d;
}
.btn-red {
  background: #d70a16;
}
.btn-red:hover {
  background: #a60811;
}
.btn-green {
  background: #76d17f;
}
.btn-green:hover {
  background: #41b34d;
}